home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- # SpecTcl, by S. A. Uhler
- # Copyright (c) 1994-1995 Sun Microsystems, Inc.
- #
- # See the file "license.txt" for information on usage and redistribution
- # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- #
- # Change DIR to the directory that contains the SpecTcl source files
- export DIR=/usr/local
-
- # Change WISH to the pathname of your tk4.1a2 (or >) wish binary
- export WISH=${DIR}/bin/bltt_wish
-
- export SPECTCL_DIR=${DIR}/SpecTcl-0.1a
- $WISH -f ${SPECTCL_DIR}/main.tk
-
-